projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76e230b
)
(imenu-update-menubar): Fix paren error.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 24 Feb 1996 01:16:23 +0000
(
01:16
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 24 Feb 1996 01:16:23 +0000
(
01:16
+0000)
lisp/imenu.el
patch
|
blob
|
history
diff --git
a/lisp/imenu.el
b/lisp/imenu.el
index d3f66b3e610118addff274c0e8bc4fdb418e5ed5..70a1b051956b8e19b445369acedef4cec898c7d8 100644
(file)
--- a/
lisp/imenu.el
+++ b/
lisp/imenu.el
@@
-806,8
+806,8
@@
See `imenu' for more information."
(let ((newmap (make-sparse-keymap)))
(define-key (current-local-map) [menu-bar index]
(cons name (nconc (make-sparse-keymap "Imenu")
- (make-sparse-keymap))))
)
-
(use-local-map (append newmap (current-local-map
))))
+ (make-sparse-keymap))))
+
(use-local-map (append newmap (current-local-map)
))))
(make-local-variable 'imenu-buffer-menubar)
t)
(let ((index-alist (imenu--make-index-alist t)))